/*--------------��������---------------------*/
a:hover,a:focus{
	text-decoration:none;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* 滚动槽 */

::-webkit-scrollbar-track {

    border-radius: 10px;
    background: #fff;

}

/* 滚动条滑块 */

::-webkit-scrollbar-thumb {

    border-radius: 10px;

    background: #d7d7d7;

}

::-webkit-scrollbar-thumb:window-inactive {

    background: #d7d7d7;

}

/* 边角 即两个滚动条的交汇处 */

::-webkit-scrollbar-corner {

    background: #021b49;

    border-radius: 10px;

}
* {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    box-sizing: border-box;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}
/** 载入网页字体 **/
@font-face {
	font-family: 'nitalagoruikamonokyohkan-06';
	src: url('../fonts/nitalagoruikamonokyohkan-06.ttf');
	font-style: normal;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 50px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: block;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #197de8;
    text-decoration: none
}

a:active {
    color: #323232;
    text-decoration: none
}

a:visited {
    color: #323232;
    text-decoration: none
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

button,
input:not([type="radio"]):not([type="checkbox"]),
select {
    vertical-align: middle;
}

input,
textarea {
    outline: none;
}

button {
    background: none;
}

html {
    font-size: 12px;
}

i {
    font-style: inherit;
}

.clearfix,
.content_gy {
    /*���� IE*/
    zoom: 1;
}


/*����ʹ�÷�ʽ*/

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.content_gy {
    margin: 0 auto;
    width: 1200px;
}


.web_header_nav .item p{
		margin-bottom:0;
	}
/*swiper*/

html,
body {
    position: relative;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}



.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;

}

.header::after {
    border-bottom: 1px solid #e4e4e4;
    content: '';
    width: 100%;
    z-index: 2;
    display: none;
    position: absolute;
}

.header:before {
    display: none;
    content: '';
    width: 100%;
    height: 100px;
    z-index: 1;
    left: 0;
    top: 100px;
    background: #fff;
    position: absolute;
    height: 55px;
    line-height: 55px;
}

/* .header.active::before {
    display: block;
} */

.header>.content_gy {
    display: flex;
    position: relative;
    height: 100px;
    justify-content: space-between;
    align-items: center;
}

.header .content_gy .search {
    position: absolute;
    height: 100px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.header .content_gy .search .icon {
    display: flex;
    align-items: center;
    z-index: 2;
    width: 38px;
    height: 38px;
    font-size: 18px;
    line-height: 36px;
    top: 50%;
    text-align: center;
    line-height: 38px;
    transform: 0.3s;
    background: url("../images/search_icon.png") no-repeat center;
    cursor: pointer;
}


.header .logo {
    display: flex;
    align-items: center;
}

.header .logo img {
   max-height:50px;
}

.header .link {
    display: flex;
}


.header .icon_list .item i.icon-fuhao-zhongwen{font-size:36px;}

.common_address {
    height: 115px;
    border-bottom: 1px solid #e4e4e4;
}

.common_address .content_gy {
    display: flex;
    justify-content: space-between;
}

.common_address .content_gy .info {
    display: flex;
    align-items: center;
    height: 115px;
}

.common_address .content_gy .info a,
.common_address .content_gy .info span {
    color: #707070;
    font-size: 14px;
}

.common_address .content_gy .info span {
    margin: 0 5px;
}

.common_address .content_gy .tabs {
    display: flex;
    height: 115px;
    align-items: center;
}
.common_address .content_gy .tabs .box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex-wrap: wrap;
}
.common_address .content_gy .tabs .icon{
    width: 34px;
    height: 34px;
    position: relative;
    margin-right: 5px;
}
.common_address .content_gy .tabs .icon img{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
}
.common_address .content_gy .tabs i {
    display: inline-block;
    height: 12px;
    width: 1px;
    background: #dedede;
    margin: 0 25px;
}

.common_address .content_gy .tabs a {
    display: inline-flex;
    align-items: center;
    color: #707070;
    cursor: pointer;
}

.common_address .content_gy .tabs a:hover,
.common_address .content_gy .tabs a.active {
    color: #0c5fa1;
}
.common_address .content_gy .tabs a .icon .active,
.common_address .content_gy .tabs a .icon .active{
    opacity: 0;
}
.common_address .content_gy .tabs a .icon .noactive,
.common_address .content_gy .tabs a .icon .noactive{
    opacity: 1;
}

.common_address .content_gy .tabs a:hover .icon .active,
.common_address .content_gy .tabs a.active .icon .active{
    opacity: 1;
}

.common_address .content_gy .tabs a:hover  .icon .noactive,
.common_address .content_gy .tabs a.active .icon .noactive{
    opacity: 0;
}
.common_address .content_gy .tabs a img {
    margin-right: 10px;
    width: 34px;
}




.dialog_bg {
    position: fixed;
    width: 100%;
    left: 0;
    height: 100vh;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1002;
    display: none;
}



/**
 * ***** aside *****
 */
.aside-tool {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    width: 72px;
    margin-top: -136px;
}

.aside-tool .item {
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    margin-top: 3px;
    padding: 12px 0;
    text-align: center;
    color: #777;
    background-color: #f0f0f0;
    cursor: pointer;
}

.aside-tool .item:first-child {
    margin-top: 0;
}

.aside-tool .item .iconfont {
    display: block;
    height: 30px;
    font-size: 25px;
    line-height: 30px;
}
.aside-tool .item .iconfont.icon-dianhua,
.aside-tool .item .iconfont.icon-weixin{
    font-size: 35px;
}
.aside-tool .item .title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.aside-tool .item .content {
    position: absolute;
    top: 0;
    right: 81px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #0c5fa1;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.aside-tool .item .content-text {
    min-height: 66px;
    padding: 18px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #0c5fa1;
}

.aside-tool .item .content-qrcode {
    padding: 8px;
}

.aside-tool .item .content-qrcode img {
    display: block;
    width: 100%;
}

.aside-tool .item:hover {
    color: #0c5fa1;
}

.aside-tool .item.orange:hover {
    color: #fff;
    background-color: #e89315;
}

.aside-tool .item:hover .content {
    opacity: 1;
}

.aside-tool .item:hover .content-text {
    width: 173px;
}

.aside-tool .item:hover .content-qrcode {
    width: 126px;
}

.aside-tool #btnBackTop {
    color: #fff;
    background-color: #0c5fa1;
}









.web-form-header-search{
    display: none;
}

.web_header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001;
    height: 50px;
    align-items: center;
    background: #fff;
}

.web_header .logo {
    width: 100%;
    text-align: center;
}

.web_header .logo img {
    height: 30px;
}

.web_header .search {
    position: absolute;
    right: 2%;
}
.web_header .search i {
    font-size: 28px;
    color: #0c5fa1;
}
.btn-expand-toggle {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 10;
    width: 40px;
    height: 50px;
}

.btn-expand-toggle span {
    display: block;
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: #0c5fa1;
    animation-duration: .5s;
    animation-fill-mode: both;
}

.btn-expand-toggle span:first-child {
    transform: translateY(6px) rotate(0);
}

.btn-expand-toggle span:last-child {
    transform: translateY(-6px) rotate(0);
}

.btn-expand-toggle.active span:nth-child(1) {
    animation-name: activefirst
}

.btn-expand-toggle.active span:nth-child(2) {
    animation-name: activesecond
}

.btn-expand-toggle.active span:nth-child(3) {
    animation-name: activethird
}

.btn-expand-toggle.cancel span:nth-child(1) {
    animation-name: cancelfirst
}

.btn-expand-toggle.cancel span:nth-child(2) {
    animation-name: cancelsecond
}

.btn-expand-toggle.cancel span:nth-child(3) {
    animation-name: cancelthird
}

.web_header_nav .link>a,
.web_header_nav .item {
    border-bottom: 1px dotted rgba(217, 217, 217, 0.8);
}

.web_header_nav .item p {
    background: url("../images/add.png") no-repeat calc(100% - 20px) center;
    background-size: 18px;
}

.web_header_nav .item.active p {
    background: url("../images/remove.png") no-repeat calc(100% - 20px) center;
    background-size: 18px;
}

.web_header_nav .item ul {
    display: none;
}

.web_header_nav .item ul a {
    text-indent: 20px;
}

@keyframes activefirst {
    0% {
        transform: translateY(6px) rotate(0)
    }

    100% {
        transform: translateY(0) rotate(45deg)
    }
}

@keyframes activesecond {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes activethird {
    0% {
        transform: translateY(-6px) rotate(0)
    }

    100% {
        transform: translateY(0) rotate(-45deg)
    }
}

@keyframes cancelfirst {
    0% {
        transform: translateY(0) rotate(-45deg)
    }

    100% {
        transform: translateY(-6px) rotate(0)
    }
}

@keyframes cancelsecond {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes cancelthird {
    0% {
        transform: translateY(0) rotate(45deg)
    }

    100% {
        transform: translateY(6px) rotate(0)
    }
}

.web_header_nav {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 50px 32px 18px;
    background-color: #fff;
    overflow-y: auto;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.web_header_nav.active {
    left: 0;
}

.web_header_nav a,
.web_header_nav p {
    width: 100%;
    display: block;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 20px;
}

.web_header_nav p span {
    display: block;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
}

.web_header_nav .item.active p span {
    border-bottom: 1px solid rgba(217, 217, 217, 0.8);
}

.web_header_nav .link>a,
.web_header_nav .item {
    border-bottom: 1px dotted rgba(217, 217, 217, 0.8);
}

.web_header_nav .item p {
    background: url("../images/add.png") no-repeat calc(100% - 20px) center;
    background-size: 18px;
}

.web_header_nav .item.active p {
    background: url("../images/remove.png") no-repeat calc(100% - 20px) center;
    background-size: 18px;
}

.web_header_nav .item ul {
    display: none;
}

.web_header_nav .item ul a {
    text-indent: 20px;
}